home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / pdfmprev.zip / INSTALL.BAT next >
DOS Batch File  |  1992-09-16  |  608b  |  24 lines

  1. @echo.
  2. @echo.
  3. @echo Creating \PDFM directory and unpacking files...Please Wait
  4.  
  5. md \pdfm
  6. pkunzip -d preview.zip \pdfm
  7. cd \pdfm
  8. copy \pdfm\bbs\pdfmdocs\preview.doc \pdfm
  9.  
  10. @echo.
  11. @echo.
  12. @echo PDFM Preview -- version 0.0a
  13. @echo.
  14. @echo The preview has now been installed on your computer.
  15. @echo To run PDFM, simply type PDFM now.
  16. @echo.
  17. @echo For more information, please read the PREVIEW.DOC
  18. @echo file in this directory.  It has been formatted so that
  19. @echo it may be printed or easily read using an ASCII editor.
  20. @echo.
  21. @echo Thanks, and enjoy!
  22. @echo.
  23. @echo Eric Deal -- author of PDFM
  24.